
scripted_effect = {
  name = enforce_host_routing
  effect = {
    if = {
      limit = { is_host = yes }
      set_global_variable = { name=host_decision_lock value=42 }
    }
    every_player = {
      set_variable = { name=decision_routing value=host_decision_lock }
    }
  }
}
